home *** CD-ROM | disk | FTP | other *** search
- #import "PAThumbWheelCell.h"
-
- /******************************************************************************
- PAThumbWheelCellDrawing
-
- This file handles all of the drawing for the PAThumbWheelCell. Don't try to make sense of any of this.
-
- Copyright 1992, Jeff Martin. (jmartin@next.com 415-780-3833)
- ******************************************************************************/
-
- @interface PAThumbWheelCell(Drawing)
-
- - drawSelf:(const NXRect *)frame inView:view;
- - getDashesForFrame:(const NXRect *)frame :(float **)pnts :(int *)pntCount :(char **)ops :(int *)opCount;
- - generateImage:(const NXRect *)frame;
-
- @end
-
- NXColor PAScaleRGBColor(NXColor color, float scale);
-
- float IntSin(int x);
- #define IntCos(x) IntSin((x)+90)
-